/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
 
.flexslider ul,.flexslider li { margin: 0; padding: 0; }
 
.flexslider .caption-wrapper {position: absolute; bottom: 20px; left: 0px; background-color:#d14932;}

.flexslider .flex-control-paging {position:absolute; bottom:95px; left:10px; z-index:10;}
.flexslider .flex-control-paging li {float:left; margin-right:5px;}
.flexslider .flex-control-paging li a {background-color:#fff; display:block; padding:5px; width:15px; height:15px; border-radius:50%; text-decoration:none; cursor:pointer; text-indent:-9999px;}
.flexslider .flex-control-paging li a.flex-active {background-color:#FDE26B;}
.flexslider .flex-control-paging:after {float:none; clear:both; height:0; display:block; font-size:0; content:".";}
.flexslider .caption-title { font-weight: bold; }
.flexslider .slidercontent { position: relative; }
 

.flexslider .caption-wrapper { overflow: hidden; padding:10px; color:#fff;}
.flexslider .caption-wrapper.caption-align-right { left: auto; right: 10px; }
.flexslider .caption-title { font-size: 110%; text-transform:uppercase; font-family:robotocondensed,arial,sans-erif; color:#fff; font-weight: normal;}
.flexslider .caption-text p {margin: 0;}
.flexslider .caption-wrapper a {color:#fff; text-decoration:underline;}
.flexslider .caption-text a:hover {text-decoration:none;}



.flexslider .slides img { height: auto; }
 
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus  {outline: none;}
.slides, .flex-control-nav, .flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {padding: 0; margin: 0; background: #fff; position: relative; zoom: 1;}
.flexslider p {margin-bottom:0;}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden; } /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 5px}

/*-------------------------- MEDIA QUERIES -----------------------------------*/

/*Styles for screen 980px and lower*/
@media only screen and (max-width : 980px) {
  .flexslider .caption-text {max-width:60%; bottom:20px;}
  .flexslider .flex-control-paging {position:absolute; bottom:auto; top:10px; left:10px;}
  .flexslider .caption-wrapper {max-width:100%; /*min-height:70px;*/ position:relative; left:auto; bottom:auto;}
  .flexslider .caption-wrapper .caption-text {max-width:60%;}  
}

/*Styles for screen 960px and lower*/
@media only screen and (max-width : 960px) {
 
}

/*Styles for screen 800px and lower*/
@media only screen and (max-width : 800px) {
 
}

/*Styles for screen 700px and lower*/
@media only screen and (max-width : 700px) {
  .flexslider .flex-control-paging {position:absolute; bottom:75px; top:auto; left:10px;}
  .flexslider .caption-wrapper .caption-text {max-width:100%;}
}

/*Styles for screen 400px and lower*/
@media only screen and (max-width : 550px) {
	.flexslider .flex-control-paging {position:absolute; bottom:auto; top:10px; left:10px;}
}
